Skip to main content

All Questions

Tagged with
1vote
1answer
83views

Generate/save JSON or XML file from JSON script

I have a JSON script which at first Search for jobs with a specific attribute and then afterwards Get the job details. For now the script is like this and is saved as a Postman collection: { "...
user140333's user avatar
2votes
1answer
646views

How can I export post data in xml format?

Just want to ask simple thing how can I fetch post data and save it into XML format. Is it possible and good idea to fetch data from WordPress rest API and exports it in XML format using export_wp() ...
Owaiz Yusufi's user avatar
1vote
1answer
7kviews

Output JSON object with woocommerce products

My client needs to produce a Json file with all the latest products, so it can sync with a external site, whenever there are changes in the data -products- it is updated immediately. They requested ...
Yala Yala Herzlin's user avatar
0votes
3answers
1kviews

Create a file format (csv,json,etc) when save/update a Post

I need create a file (any type: json, php, csv, txt) when I create or update a post from WPadmin. The format structure would be: ID, "operation to execute" (new post, update post, delete post), title,...
martin's user avatar

close